<xs:complexType name="CommonTotalServicePriceType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent>
<xs:extension base="CommonTotalPriceType">
<xs:sequence>
<xs:element name="AssignedService" type="IdentifierType" nillable="false">
<xs:annotation>
<xs:documentation>Reference to a servicer or package in case that the price is included in another component</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |